IniFileConfig __construct(
string
$filename
)
|
|
Throws a MisconfigurationException if the file is missing, could not be read or parsed.
Parameters:
|
string |
$filename: |
path to config file. |
API Tags:
Information Tags:
| Throws: | MisconfigurationException |
| Since: | 0.1 |
void getItem(
$section,
$item
)
|
|
(non-PHPdoc)
Parameters:
API Tags:
| See: | WebCommons/Config::getItem() |
| Access: | public |
Implementation of:
- Config::getItem()
- Returns a configuration $item from a $section
void getSection(
$section
)
|
|
(non-PHPdoc)
Parameters:
API Tags:
| See: | WebCommons/Config::getSection() |
| Access: | public |
Implementation of:
- Config::getSection()
- Returns an array containing values defined inside $section